home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / pt$controls_properties.as < prev    next >
Text File  |  2009-02-12  |  3KB  |  60 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class pt$controls_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function pt$controls_properties()
  10.       {
  11.          super("pt","controls");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "undefinedParameter":"CuePoint parameter undefined.",
  18.             "nullURL":"Null URL sent to VideoPlayer.load.",
  19.             "incorrectType":"Type must be 0, 1 or 2.",
  20.             "okLabel":"OK",
  21.             "noLabel":"No",
  22.             "wrongNumParams":"Num params must be number.",
  23.             "wrongDisabled":"Disabled must be number.",
  24.             "wrongTime":"Time must be number.",
  25.             "dayNamesShortest":"S,M,T,W,T,F,S",
  26.             "wrongType":"Type must be number.",
  27.             "firstDayOfWeek":"0",
  28.             "rootNotSMIL":"URL: \'{0}\' Root node not smil: \'{1}\'.",
  29.             "errorMessages":"Unable to make connection to server or to find FLV on server.,No matching cue point found.,Illegal cue point.,Invalid seek.,Invalid contentPath.,Invalid XML.,No bitrate match; must be no default FLV.,Cannot delete default VideoPlayer.",
  30.             "unexpectedEnd":"Unexpected end of cuePoint param string.",
  31.             "rootNotFound":"URL: \'{0}\' No root node found; if file is an flv, it must have a .flv extension.",
  32.             "errWrongContainer":"ERROR: The dataProvider of \'{0}\' must not contain objects of type flash.display.DisplayObject.",
  33.             "invalidCall":"Cannot call reconnect on an http connection.",
  34.             "cancelLabel":"Cancel",
  35.             "errWrongType":"ERROR: The dataProvider of \'{0}\' must be String, ViewStack, Array, or IList.",
  36.             "badArgs":"Bad args to _play.",
  37.             "missingRoot":"URL: \'{0}\' No root node found; if URL is for an FLV, it must have a .flv extension and take no parameters.",
  38.             "notLoadable":"Unable to load \'{0}\'.",
  39.             "wrongName":"Name cannot be undefined or null.",
  40.             "wrongTimeName":"Time must be number and/or name must not be undefined or null.",
  41.             "yesLabel":"Yes",
  42.             "undefinedArray":"CuePoint.array undefined.",
  43.             "missingProxy":"URL: \'{0}\' fpad xml requires proxy tag.",
  44.             "unknownInput":"Unknown inputType \'{0}\'.",
  45.             "missingAttributeSrc":"URL: \'{0}\' Attribute src is required in \'{1}\' tag.",
  46.             "yearSymbol":"",
  47.             "wrongIndex":"CuePoint.index must be number between -1 and cuePoint.array.length.",
  48.             "notImplemented":"\'{0}\' not implemented yet.",
  49.             "label":"LOADING %3%%",
  50.             "wrongFormat":"Unexpected cuePoint parameter format.",
  51.             "tagNotFound":"URL: \'{0}\' At least one video of ref tag is required.",
  52.             "unsupportedMode":"IMEMode \'{0}\' not supported.",
  53.             "cannotDisable":"Cannot disable actionscript cue points.",
  54.             "missingAttributes":"URL: \'{0}\' Tag \'{1}\' requires attributes id, width, and height. Width and height must be numbers greater than or equal to 0.",
  55.             "notfpad":"URL: \'{0}\' Root node not fpad."
  56.          };
  57.       }
  58.    }
  59. }
  60.